Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed jsbeautifier version for now #33

Merged
merged 1 commit into from
Sep 18, 2017
Merged

fixed jsbeautifier version for now #33

merged 1 commit into from
Sep 18, 2017

Conversation

kzidane
Copy link
Member

@kzidane kzidane commented Sep 18, 2017

Apparently the latest version of jsbeautifier is buggy, breaking installation of style50. Specified fixed version for now:

$ pip install jsbeautifier
Collecting jsbeautifier
  Downloading jsbeautifier-1.7.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-xiod3y70/jsbeautifier/setup.py", line 6, in <module>
        from jsbeautifier.__version__ import __version__
      File "/tmp/pip-build-xiod3y70/jsbeautifier/jsbeautifier/__init__.py", line 11, in <module>
        from jsbeautifier.javascript.options import BeautifierOptions
    ImportError: No module named 'jsbeautifier.javascript'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-xiod3y70/jsbeautifier/

@kzidane kzidane self-assigned this Sep 18, 2017
@kzidane
Copy link
Member Author

kzidane commented Sep 18, 2017

@kzidane kzidane merged commit b336a98 into develop Sep 18, 2017
@kzidane kzidane deleted the jsbeautifier branch September 18, 2017 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant